home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / frame_2 / PlaceObject2_207_15 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2005-09-27  |  92 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.castleHp <= 0)
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6. }
  7.